projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
195c5c4
)
* configure.ac: Add -Wno-string-plus-int for clang.
author
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 6 Oct 2014 06:21:13 +0000
(08:21 +0200)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 6 Oct 2014 06:21:13 +0000
(08:21 +0200)
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 3b751b721ffd4951abbf7707e078a2e6cc1952c8..3aedab62234b83bf891838165adc4036335dc12f 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2014-10-06 Jan Djärv <jan.h.d@swipnet.se>
+
+ * configure.ac: Add -Wno-string-plus-int for clang.
+
2014-10-04 Glenn Morris <rgm@gnu.org>
* configure.ac: Silence warning with some old Xrandr.h. (Bug#18465)
diff --git
a/configure.ac
b/configure.ac
index dcfbaca706efdbac324889c5efd888fb11d50ae9..6d047a6234a9b636d7f3372e49ab42d77b211b3c 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-825,6
+825,7
@@
if test "$gl_gcc_warnings" != yes; then
gl_WARN_ADD([-Wno-switch])
gl_WARN_ADD([-Wno-tautological-constant-out-of-range-compare])
gl_WARN_ADD([-Wno-pointer-sign])
+ gl_WARN_ADD([-Wno-string-plus-int])
fi
else
isystem='-isystem '